MaxX Property (Fibonacci<T>)
In This Topic
Gets or sets the x maximum value of the Fibonacci tool.
Syntax
'Declaration
Public Property MaxX As System.Object
'Usage
Dim instance As Fibonacci(Of T)
Dim value As System.Object
instance.MaxX = value
value = instance.MaxX
public System.object MaxX {get; set;}
public read-write property MaxX: System.TObject;
public function get,set MaxX : System.Object
public: __property System.Object* get_MaxX();
public: __property void set_MaxX(
System.Object* value
);
public:
property System.Object^ MaxX {
System.Object^ get();
void set ( System.Object^ value);
}
See Also